ANativeActivityCallbacks.onNativeWindowRedrawNeeded

The drawing window for this native activity needs to be redrawn. To avoid transient artifacts during screen changes (such resizing after rotation), applications should not return from this function until they have finished drawing their window in its current state.

struct ANativeActivityCallbacks
void function(ANativeActivity* activity, ANativeWindow* window) onNativeWindowRedrawNeeded;

Meta